home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000214_news@columbia.edu _Wed Jun 30 02:48:59 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA10629
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 30 Jun 1999 02:48:59 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA01241
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 30 Jun 1999 02:45:40 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: VT-100 Terminal Problem-Mostly Solved
  11. Date: 30 Jun 1999 06:45:39 GMT
  12. Organization: Columbia University
  13. Message-ID: <7lceej$16n$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37797B92.BB45F209@ix.netcom.com>,
  17. Jeffrey  <Jefflex@ix.netcom.com> wrote:
  18. : Thanks for suggestions.
  19. : Now that I have gotten the VT-100 terminal to mark and print using keyboard
  20. : and/or command lines, perhaps someone could suggest how I can get the same
  21. : functions from the mouse.  Presently, the mouse can highlight portions of the
  22. : emulated terminal session, but any attempt to "select" the highlighted portions
  23. : results in the marked area reverting to unmarked, unselected text.
  24. : What settings or commands do I use to get the left mouse button to "mark" the
  25. : selected portions of the session and the right mouse button to send the marked
  26. : selection to my network print que?
  27.  
  28. When you select text with the mouse using a drag operating the contents 
  29. of the marked region get placed in a variable \v(select).  Unfortunately,
  30. there is no direct method to print the contents of a variable.  What 
  31. you would need to do is write the contents of \v(select) to a file
  32. and then print the file and then delete it.
  33.  
  34. All of these actions could be placed in a macro which would then be 
  35. assigned to a mouse drag operation.
  36.  
  37.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  38.                  The Kermit Project * Columbia University
  39.               612 West 115th St #716 * New York, NY * 10025
  40.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org